From: Pierre Chifflier Date: Tue, 13 Jan 2026 18:51:26 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%8.0.3-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22mailto:mocancezar%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=3b849bc07c0ca583c9d3f3605331fb114a1f59f5;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index c33451b1..2b0b4641 100644 --- a/configure.ac +++ b/configure.ac @@ -496,11 +496,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])